Accessing Trace or Logging Data from the Target Database

In this option, go directly to the target database. The table name is [LOG_TRACE_LOGGING]. The following includes the data being logged:

Column Definition

LogID

This is the sequential ID.

ActivityID

This is a guide that represents the stack of the request. This is used to group logs based on a request.

EventID

This is event log-specific information. This is an application-generated value.

Priority

This is the priority flag, such as 0 – N. This is an application-generated value.

Severity

This determines the type of logging, such as, Error = exceptions and Information = tracing. This is an application-generated value.

Title

This is the title of the log data. This is an application-generated value.

CreatedDate

This is the timestamp on when the log occurred.

MachineName

This is the server name where the log occurred.

AppDomainName

This is the system information.

Message

This is an application-generated value.

ElapsedTime

This is only available when tracing and after the method was invoked. This is the time it took the method to execute.

MethodName

This is the method name of the traced object. It is only available in tracing.

UserName

This is the logged in user name at the time of event.

DatabaseId

This is the database name.

TaskId

This is the task ID. It is only available in tracing.

StepName

This is the step or task name. It is only available in tracing.

WorkflowName

This is the workflow name. It is only available in tracing.

WorkflowId

This is the workflow ID. It is only available in tracing.

WorkflowContainer

This is the container workflow key. It is only available in tracing.

WorkflowVersion

This is the workflow version. It is only available in tracing.

EntityName

This is the entity name. It is only available in tracing.

EntityVersion

This is the entity version. It is only available in tracing..

EntityRecord Number

This is the record number. It is only available in tracing..

FormName

This is the form name. It is only available in tracing..

FormVersion

This is the form version. It is only available in tracing.

RecordId

This is the record ID. It is only available in tracing..

RequestUrl

This is the request URL. It is only available in tracing..

InputValue

This is the parameters of the method. It is only available in tracing..

OutputValue

This is the output of the method. It is only available in tracing..

CallStack

This is the call stack. It is only available in tracing..

See Also

Accessing Trace and Logging Data from the Log Viewer

     

 

 
Monday, September 16, 2019
9:53 AM